ClearImage 9 Help
Development Resources

ClearImage Demo Application

The ClearImage Demo application is installed by ClearImage SDK installer.   Go to All Programs-> ClearImage -> ClearImage Demo to launch this application.
If multiple version ClearImage SDK are installed, use Inlite Control Center -> Development tab -> Select ClearImage SDK Version -> Click Run ClearImage Demo.

The purpose of the Demo Application is to allow you to test the ClearImage API methods without writing code.  Typical uses of ClearImage Demo include:

Online API Help

The Online API Help contains a comprehensive list of available classes, methods, and properties.  Technical details of many methods are explained.
Code examples are in C#  for .NET API and VB6 for COM API.  Exception handling is limited for clarity.
To implement production quality code in the language of your choice see How-To Web Site and Sample Projects.

How-To Web Site 

The How-to Web Site contains code examples and guidelines in several programming languages: C#, VB, Java, PHP, Delphi, ASP
Besides code examples, The Web Site covers technical details, such as initialization, exception handling, multi-threading. 

Example Projects

The How-to Examples page contains links to complete projects: Visual Studio  C#, VB. and C++, Eclipse  Java, and Visual Basic 6.